object TabbedNotebookDlg1: TTabbedNotebookDlg1 Left = 246 Top = 147 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Client configuration' ClientHeight = 225 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object TabbedNotebook1: TTabbedNotebook Left = 0 Top = 0 Width = 427 Height = 225 Align = alTop TabsPerRow = 5 TabFont.Color = clBtnText TabFont.Height = -12 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 object TTabPage Left = 4 Top = 27 Caption = 'Sites' object Label1: TLabel Left = 24 Top = 24 Width = 42 Height = 16 Caption = 'Name:' end object Label2: TLabel Left = 24 Top = 64 Width = 57 Height = 16 Caption = 'Address:' end object Label3: TLabel Left = 24 Top = 104 Width = 35 Height = 16 Caption = 'User:' end object Label4: TLabel Left = 24 Top = 144 Width = 68 Height = 16 Caption = 'Password:' end object Label5: TLabel Left = 328 Top = 144 Width = 30 Height = 16 Caption = 'Port:' end object ComboBox1: TComboBox Left = 112 Top = 24 Width = 193 Height = 24 HelpContext = 31 ItemHeight = 16 TabOrder = 0 OnChange = ComboBox1Change end object Edit1: TEdit Left = 112 Top = 64 Width = 193 Height = 24 HelpContext = 32 TabOrder = 1 end object Edit2: TEdit Left = 112 Top = 104 Width = 193 Height = 24 HelpContext = 33 TabOrder = 2 end object Edit3: TEdit Left = 112 Top = 144 Width = 193 Height = 24 HelpContext = 34 PasswordChar = '*' TabOrder = 3 end object Button1: TButton Left = 328 Top = 24 Width = 73 Height = 25 HelpContext = 36 Caption = 'New' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 328 Top = 64 Width = 73 Height = 25 HelpContext = 37 Caption = 'Save' TabOrder = 5 OnClick = Button2Click end object Button3: TButton Left = 328 Top = 104 Width = 73 Height = 25 HelpContext = 38 Caption = 'Delete' TabOrder = 6 OnClick = Button3Click end object Edit4: TEdit Left = 368 Top = 144 Width = 33 Height = 24 HelpContext = 35 TabOrder = 7 end end end end